home *** CD-ROM | disk | FTP | other *** search
/ Game Head 1996 January / Game Head January 1996.iso / dos / wrath / setup.bat < prev    next >
Encoding:
DOS Batch File  |  1995-05-25  |  252 b   |  13 lines

  1. @echo off
  2. setd
  3. IF ERRORLEVEL 1 GOTO ABORTED1
  4. setm
  5. IF ERRORLEVEL 1 GOTO ABORTED2
  6. GOTO END
  7. :ABORTED1
  8. echo Digital Sound Driver configuration was not completed.
  9. GOTO FINI
  10. :ABORTED2
  11. echo Midi Music Driver configuration was not completed.
  12. :END
  13.